* keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 11 Sep 2011 00:41:48 +0000 (17:41 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 11 Sep 2011 00:41:48 +0000 (17:41 -0700)
commitfe7a784338629e847bad1d1ca4860ece3e675115
treeb3b68e88014deee80f4ff05bb305cb668d227ea3
parent45ef0875b4f2afa1029ae25d3e9d46842414e7dd
* keymap.h (KEY_DESCRIPTION_SIZE, push_key_description): Move decls

here ...
* lisp.h: ... from here.  push_key_description is no longer
defined in keyboard.c, so its declaration should not be in
lisp.h's "Defined in keyboard.c" section, and KEY_DESCRIPTION_SIZE
logically belongs with push_key_description.
src/ChangeLog
src/keymap.h
src/lisp.h